EndEdit Method (BaseStorage<T,TMappingCollection>)
In This Topic
Applies pending changes to the underlying data source.
Syntax
'Declaration
Public Sub EndEdit( _
ByVal As Object _
)
public void EndEdit(
object
)
Parameters
- item
- The object on which to apply pending changes.
See Also